Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 21:58:25 +0000 (21:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 21:58:25 +0000 (21:58 +0000)
src/xterm.c

index 77cc54021dd76106a9110a38e688756c7a53bb45..8ff27cbff3847837bf3242a41636a9c60c132de7 100644 (file)
@@ -2870,7 +2870,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
                  if ((keysym >= XK_BackSpace && keysym <= XK_Escape)
                      || keysym == XK_Delete
                      || IsCursorKey (keysym)       /* 0xff50 <= x < 0xff60 */
-                     || IsMiscFunctionKey (keysym) /* 0xff60 <= x < 0xff7e */
+                     || IsMiscFunctionKey (keysym) /* 0xff60 <= x < VARIES */
 #ifdef HPUX
                      /* This recognizes the "extended function keys".
                         It seems there's no cleaner way.